projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e89e4
)
(edit-kbd-macro): Recognize electric-view-lossage.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Dec 1998 08:04:05 +0000
(08:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Dec 1998 08:04:05 +0000
(08:04 +0000)
lisp/edmacro.el
patch
|
blob
|
history
diff --git
a/lisp/edmacro.el
b/lisp/edmacro.el
index 150160c802d4ba712f28a889bb58cef3da4a17ad..1b8a3b569c6629f7b8438ca982c2cc8b970460e9 100644
(file)
--- a/
lisp/edmacro.el
+++ b/
lisp/edmacro.el
@@
-119,7
+119,7
@@
With a prefix argument, format the macro in a more concise way."
(if (string-equal cmd "")
(error "No command name given"))
(setq mac (symbol-function cmd)))
- ((
eq cmd 'view-lossage
)
+ ((
memq cmd '(view-lossage electric-view-lossage)
)
(setq mac (recent-keys))
(setq cmd 'last-kbd-macro))
((null cmd)